home *** CD-ROM | disk | FTP | other *** search
- Subject: Register for Idle
- Sent: 3/25/96 11:00 PM
- Received: 3/26/96 7:01 AM
- From: Karl Jepsen, kjepsen@softsolutions.com
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- When our part is initialized, we register for idle events with the
- RegisterIdle call. When we terminate our part, we get the assert debug
- message fIdleCount == 0. Trying to eliminate this debug message, we called
- the UnRegisterIdle method in our part's destructor. Now we get the debug
- message fIdleCount >=1 followed by fIdleCount == 0. What is the
- significant of these assert messages and what is the proper way to handle
- unregistering for idle events?
-
- Karl Jepsen
-
-